home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / utility / horst_2.zip / WAIT.DOC < prev    next >
Text File  |  1995-12-18  |  639b  |  17 lines

  1. ------------------------------------------------------------------------
  2. WAIT    wait (seconds) for input                (c) 1994 Horst Schaeffer
  3. ------------------------------------------------------------------------
  4.  
  5. Syntax:   WAIT <seconds> [<prompt>]
  6.  
  7. seconds:  max 3600 (= 1 hour), default: wait unlimited
  8. prompt:   rest of the line will be displayed (ANSI colors allowed)
  9.  
  10. Errorlevel:
  11.           0        time-out (no key pressed)
  12.           1..254   ASCII Code of key
  13.                    (lower case keys are converted to upper case)
  14.           255      function/cursor key or ALT combination was pressed
  15.  
  16. = 17.02.1995
  17.